From 1c32e30ddcb1cf530c54d4151697e002b13251fe Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 22 Dec 2008 16:31:35 +0000 Subject: [PATCH] add gtk2 fix by larsc SVN-Revision: 13719 --- Xorg/lib/gtk2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xorg/lib/gtk2/Makefile b/Xorg/lib/gtk2/Makefile index f03bf7c71..d14496895 100644 --- a/Xorg/lib/gtk2/Makefile +++ b/Xorg/lib/gtk2/Makefile @@ -31,7 +31,7 @@ EXTRA_LDFLAGS+=\ -L$(STAGING_DIR)/usr/lib/libiconv/lib/ \ -L$(STAGING_DIR)/usr/lib/ -STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_gtk2 CONFIG_PACKAGE_gtk-cups2) +STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_gtk2 CONFIG_PACKAGE_gtk2-cups) define Package/gtk2 SECTION:=xorg-framework @@ -60,7 +60,7 @@ define Build/Configure --disable-xinerama \ --without-libjasper \ --with-xinput \ - $(if $(CONFIG_PACKAGE_gtk2-cups),--enable-cups,--disable-cups), \ + $(if $(CONFIG_PACKAGE_gtk2-cups),--enable-cups=auto,--disable-cups), \ gio_can_sniff=no \ ) endef -- 2.30.2